func runtime.mapaccess2

3 uses

	runtime (current package)
		map.go#L457: func mapaccess2(t *maptype, h *hmap, key unsafe.Pointer) (unsafe.Pointer, bool) {
		map.go#L460: 		pc := abi.FuncPCABIInternal(mapaccess2)
		map.go#L1350: 	elem, ok := mapaccess2(t, h, key)